minZoom

open fun minZoom(minZoom: Byte): TilesetDescriptorOptions.Builder

Minimum zoom level for the tile package.Note: the implementation loads and stores the loaded tilesin batches, each batch has a pre-defined zoom range and it containsall child tiles within the range.The currently used tile batches zoom ranges are:- Global coverage: 0 - 5- Regional information: 6 - 10- Local information: 11 - 14- Streets detail: 15 - 16Internally, the implementation maps the given tile pack zoom rangeand geometry to a set of pre-defined batches to load, thereforeit is highly recommended to choose the `minZoom` and `maxZoom` valuesin accordance with the tile batches zoom ranges (see the list above).